diff options
| author | Zack Rusin <[email protected]> | 2006-12-04 05:46:34 +0000 |
|---|---|---|
| committer | Zack Rusin <[email protected]> | 2006-12-04 05:46:34 +0000 |
| commit | 01f577fda1b2ee522a0e87edab7c079c8b553860 (patch) | |
| tree | 20329ceebb09383781c25ed830061b7dead90f87 /src/dolphinview.h | |
| parent | c94276725b1452d9f899dec192a8e66ecb9a516d (diff) | |
reducing a little bit the number of deprecation warnings
svn path=/trunk/playground/utils/dolphin/; revision=610300
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 423159952..23ff2eea7 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -27,7 +27,7 @@ #include <QDropEvent> #include <Q3ValueList> #include <QMouseEvent> -#include <Q3VBoxLayout> +#include <QVBoxLayout> #include <kparts/part.h> #include <kfileitem.h> #include <kfileiconview.h> @@ -458,7 +458,7 @@ private: bool m_showProgress; Mode m_mode; - Q3VBoxLayout* m_topLayout; + QVBoxLayout* m_topLayout; UrlNavigator* m_urlNavigator; DolphinIconsView* m_iconsView; DolphinStatusBar* m_statusBar; |
