diff options
Diffstat (limited to 'kpackage/debAptInterface.h')
-rw-r--r-- | kpackage/debAptInterface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpackage/debAptInterface.h b/kpackage/debAptInterface.h index b5d89ee..933622b 100644 --- a/kpackage/debAptInterface.h +++ b/kpackage/debAptInterface.h @@ -59,10 +59,10 @@ public: void listRemotePackages(TQPtrList<packageInfo> *pki); TQStringList getFileList(packageInfo *p); - KAction *updateM, *upgradeM, *fixupM, *fileM; + TDEAction *updateM, *upgradeM, *fixupM, *fileM; - void makeMenu(KActionCollection* act); - void setMenu(KActionCollection* act, bool enable); + void makeMenu(TDEActionCollection* act); + void setMenu(TDEActionCollection* act, bool enable); TQStringList readApt(); TQStringList readAptS(); |