diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-17 21:15:44 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 03:26:19 +0200 |
commit | 6ca5e6d65a74d794637953bfea85c42e3bf828dd (patch) | |
tree | 57e00a5a9247fe7e5f0dbc23d9502eb13eb4aec7 /kcontrol | |
parent | b445f15b35cf121d47fcad4547f6c96bbd31a52f (diff) | |
download | tdebase-6ca5e6d65a74d794637953bfea85c42e3bf828dd.tar.gz tdebase-6ca5e6d65a74d794637953bfea85c42e3bf828dd.zip |
Fix tdebase FTBFS
(cherry picked from commit b92f4fbd165f03685928a50d85c34ba8729b7c48)
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/kcontrol/moduletreeview.cpp | 2 | ||||
-rw-r--r-- | kcontrol/konq/desktopbehavior_impl.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/kcontrol/moduletreeview.cpp b/kcontrol/kcontrol/moduletreeview.cpp index b90d8bc07..144cf294f 100644 --- a/kcontrol/kcontrol/moduletreeview.cpp +++ b/kcontrol/kcontrol/moduletreeview.cpp @@ -136,7 +136,7 @@ void ModuleTreeView::fill(ModuleTreeItem *parent, const TQString &parentPath) TQSize ModuleTreeView::tqsizeHint() const { return TQListView::tqsizeHint().boundedTo( - TQSize( fontMetrics().maxWidth()*35, QWIDGETSIZE_MAX) ); + TQSize( fontMetrics().maxWidth()*35, TQWIDGETSIZE_MAX) ); } void ModuleTreeView::makeSelected(ConfigModule *module) diff --git a/kcontrol/konq/desktopbehavior_impl.h b/kcontrol/konq/desktopbehavior_impl.h index e7e181e4d..ba9904d37 100644 --- a/kcontrol/konq/desktopbehavior_impl.h +++ b/kcontrol/konq/desktopbehavior_impl.h @@ -22,6 +22,7 @@ #define desktopbehavior_h #include "desktopbehavior.h" +#include "tqlistview.h" #include <kconfig.h> #include <kcmodule.h> |