summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/filecreate_widget2.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/filecreate/filecreate_widget2.h')
-rw-r--r--parts/filecreate/filecreate_widget2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/filecreate/filecreate_widget2.h b/parts/filecreate/filecreate_widget2.h
index 8b3d14e8..0e909d41 100644
--- a/parts/filecreate/filecreate_widget2.h
+++ b/parts/filecreate/filecreate_widget2.h
@@ -12,9 +12,9 @@
#define __FILECREATE_WIDGET2_H__
#include <kdeversion.h>
-#include <qtable.h>
-#include <qstring.h>
-#include <qmap.h>
+#include <tqtable.h>
+#include <tqstring.h>
+#include <tqmap.h>
//#include <klistview.h>
@@ -28,7 +28,7 @@ namespace FileCreate {
class FileType;
- class FriendlyWidget : public QTable, public TypeChooser
+ class FriendlyWidget : public TQTable, public TypeChooser
{
Q_OBJECT
@@ -86,7 +86,7 @@ namespace FileCreate {
/**
* A mapping of each row number to a file type.
*/
- QMap<int,FileType*> typeForRow;
+ TQMap<int,FileType*> typeForRow;
/**
* The currently selected file type, or null if none.
*/