summaryrefslogtreecommitdiffstats
path: root/ksim/generalprefs.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
commitb678e7f967f438e123324c7a34b02388e68d70dc (patch)
tree5720acc1076baf217f77c48c96f7cabdbab4382b /ksim/generalprefs.h
parent5f5ee2367157176ed223b86343eb0a9e4022e020 (diff)
downloadtdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.tar.gz
tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksim/generalprefs.h')
-rw-r--r--ksim/generalprefs.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/ksim/generalprefs.h b/ksim/generalprefs.h
index 3b861a8..33ae908 100644
--- a/ksim/generalprefs.h
+++ b/ksim/generalprefs.h
@@ -23,17 +23,17 @@
#include <tqwidget.h>
#include <tqiconset.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QTabWidget;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQCheckBox;
+class TQGroupBox;
+class TQLabel;
+class TQLineEdit;
+class TQTabWidget;
class KComboBox;
-class QPopupMenu;
-class QPushButton;
+class TQPopupMenu;
+class TQPushButton;
class KIntSpinBox;
namespace KSim