summaryrefslogtreecommitdiffstats
path: root/src/pluginselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluginselectdialog.h')
-rw-r--r--src/pluginselectdialog.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/pluginselectdialog.h b/src/pluginselectdialog.h
index d27f2940..4f0820c7 100644
--- a/src/pluginselectdialog.h
+++ b/src/pluginselectdialog.h
@@ -19,11 +19,11 @@ class PluginController;
class PluginSelectDialog : public PluginSelectDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
- PluginSelectDialog( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ PluginSelectDialog( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
~PluginSelectDialog();
TQStringList unselectedPluginNames();
@@ -39,5 +39,3 @@ protected slots:
};
#endif
-
-// kate: space-indent off; indent-width 4; tab-width 4; show-tabs off;