summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/working/plugintemplate/widget.h')
-rw-r--r--kommander/working/plugintemplate/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/working/plugintemplate/widget.h b/kommander/working/plugintemplate/widget.h
index 1ec87a5e..22638875 100644
--- a/kommander/working/plugintemplate/widget.h
+++ b/kommander/working/plugintemplate/widget.h
@@ -9,7 +9,7 @@
#include <kommanderwidget.h>
-class QStringList;
+class TQStringList;
//replace TQWidget with the widget you want to derive from
class %{APPNAME}: public TQWidget, public KommanderWidget