summaryrefslogtreecommitdiffstats
path: root/kdpkg/kdpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg/kdpkg.h')
-rw-r--r--kdpkg/kdpkg.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/kdpkg/kdpkg.h b/kdpkg/kdpkg.h
index cbdc33f..9e1e7cd 100644
--- a/kdpkg/kdpkg.h
+++ b/kdpkg/kdpkg.h
@@ -25,23 +25,24 @@
#include <kde_terminal_interface.h>
#include <kparts/part.h>
#include <process.h>
-#include <qprocess.h>
+#include <tqprocess.h>
class kdpkg : public KdpkgDialog
{
Q_OBJECT
+ TQ_OBJECT
public:
- kdpkg(const QString &url = QString(), QWidget *parent = 0L, const char *name = 0L, const QStringList &foo = QStringList());
+ kdpkg(const TQString &url = TQString(), TQWidget *tqparent = 0L, const char *name = 0L, const TQStringList &foo = TQStringList());
- void checkArchitecture(QString);
+ void checkArchitecture(TQString);
- QStringList getVersions(QString);
+ TQStringList getVersions(TQString);
- QStringList fields;
- QStringList types;
- QStringList dependencies;
- QString path;
+ TQStringList fields;
+ TQStringList types;
+ TQStringList dependencies;
+ TQString path;
private:
Process* shell;