summaryrefslogtreecommitdiffstats
path: root/kio/kioexec/main.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kio/kioexec/main.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kioexec/main.h')
-rw-r--r--kio/kioexec/main.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kio/kioexec/main.h b/kio/kioexec/main.h
index 8fb98130f..59f1cdac2 100644
--- a/kio/kioexec/main.h
+++ b/kio/kioexec/main.h
@@ -1,10 +1,10 @@
#ifndef _main_h
#define _main_h
-#include <qobject.h>
-#include <qstring.h>
-#include <qstrlist.h>
-#include <qtimer.h>
+#include <tqobject.h>
+#include <tqstring.h>
+#include <tqstrlist.h>
+#include <tqtimer.h>
namespace KIO { class Job; }
@@ -20,16 +20,16 @@ public slots:
protected:
bool tempfiles;
- QString suggestedFileName;
+ TQString suggestedFileName;
int counter;
int expectedCounter;
- QString command;
+ TQString command;
struct fileInfo {
- QString path;
+ TQString path;
KURL url;
int time;
};
- QValueList<fileInfo> fileList;
+ TQValueList<fileInfo> fileList;
};
#endif