summaryrefslogtreecommitdiffstats
path: root/kpackage/debDpkgInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/debDpkgInterface.h')
-rw-r--r--kpackage/debDpkgInterface.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpackage/debDpkgInterface.h b/kpackage/debDpkgInterface.h
index f65ccf0..fe9f422 100644
--- a/kpackage/debDpkgInterface.h
+++ b/kpackage/debDpkgInterface.h
@@ -43,19 +43,19 @@ public:
DEBDPKG();
~DEBDPKG();
- QString doUninstall(int installFlags, const QString &packs, bool &test);
+ TQString doUninstall(int installFlags, const TQString &packs, bool &test);
- void listPackList(QPtrList<packageInfo> *pki, const QString &fname,
+ void listPackList(TQPtrList<packageInfo> *pki, const TQString &fname,
cacheObj *cp);
- void listPackages(QPtrList<packageInfo> *pki);
- void distPackages(QPtrList<packageInfo> *pki, cacheObj *cp);
+ void listPackages(TQPtrList<packageInfo> *pki);
+ void distPackages(TQPtrList<packageInfo> *pki, cacheObj *cp);
public slots:
protected:
- packageInfo *getIPackageInfo(const QString &name);
- packageInfo *getUPackageInfo(const QString &name);
+ packageInfo *getIPackageInfo(const TQString &name);
+ packageInfo *getUPackageInfo(const TQString &name);
};