summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/twindowtest.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeui/tests/twindowtest.h
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/tests/twindowtest.h')
-rw-r--r--tdeui/tests/twindowtest.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeui/tests/twindowtest.h b/tdeui/tests/twindowtest.h
index 14e2a6da8..f0dad1537 100644
--- a/tdeui/tests/twindowtest.h
+++ b/tdeui/tests/twindowtest.h
@@ -10,10 +10,10 @@
#include <kmainwindow.h>
class TQMultiLineEdit;
-class KToolBarRadioGroup;
+class TDEToolBarRadioGroup;
class KHelpMenu;
-class testWindow : public KMainWindow
+class testWindow : public TDEMainWindow
{
Q_OBJECT
@@ -56,8 +56,8 @@ protected:
TQPopupMenu *toolBarMenu;
KStatusBar *statusBar;
KHelpMenu *helpMenu;
- KToolBar *tb;
- KToolBar *tb1;
+ TDEToolBar *tb;
+ TDEToolBar *tb1;
bool lineL;
bool exitB;
bool greenF;
@@ -65,7 +65,7 @@ protected:
TQMultiLineEdit *widget;
TQTimer *timer;
TQProgressBar *pr;
- KToolBarRadioGroup *rg;
+ TDEToolBarRadioGroup *rg;
};
#endif