summaryrefslogtreecommitdiffstats
path: root/parts/distpart/specsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/distpart/specsupport.h')
-rw-r--r--parts/distpart/specsupport.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/parts/distpart/specsupport.h b/parts/distpart/specsupport.h
index 3689771c..aeaca906 100644
--- a/parts/distpart/specsupport.h
+++ b/parts/distpart/specsupport.h
@@ -20,8 +20,8 @@
#ifndef __SPECSUPPORT_H__
#define __SPECSUPPORT_H__
-#include <qstring.h>
-#include <qmap.h>
+#include <tqstring.h>
+#include <tqmap.h>
#include "packagebase.h"
#include "distpart_part.h"
#include "distpart_widget.h"
@@ -33,7 +33,7 @@ public:
~SpecSupport();
public:
- QString generatePackage();
+ TQString generatePackage();
void slotbuildAllPushButtonPressed();
void slotexportSPECPushButtonPressed();
void slotimportSPECPushButtonPressed();
@@ -42,13 +42,13 @@ public:
private:
void parseDotRpmmacros();
- bool createRpmDirectoryFromMacro(const QString & name);
+ bool createRpmDirectoryFromMacro(const TQString & name);
- QString getInfo(QString s, QString motif);
+ TQString getInfo(TQString s, TQString motif);
- QString dir;
+ TQString dir;
DistpartPart *m_part;
- QMap<QString,QString> map;
+ TQMap<TQString,TQString> map;
};
#endif