diff options
Diffstat (limited to 'kpackage/pkgInterface.h')
-rw-r--r-- | kpackage/pkgInterface.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpackage/pkgInterface.h b/kpackage/pkgInterface.h index 5b39aa0..8b4c779 100644 --- a/kpackage/pkgInterface.h +++ b/kpackage/pkgInterface.h @@ -44,8 +44,8 @@ class pkgOptions; class Locations; class LcacheObj; class cacheObj; -class KAccel; -class KActionCollection; +class TDEAccel; +class TDEActionCollection; ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// @@ -78,8 +78,8 @@ public: virtual bool isType(char *buf, const TQString &fname) = 0; // looks at start of file to check that package is correct type - virtual void makeMenu(KActionCollection* act); - virtual void setMenu(KActionCollection* act, bool enable); + virtual void makeMenu(TDEActionCollection* act); + virtual void setMenu(TDEActionCollection* act, bool enable); bool ifExe(TQString exe); // Check if this executable exists |