diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:10:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:10:12 -0600 |
commit | 189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e (patch) | |
tree | 52d62ad83db1551dd15dc147b4af4cacaae6e850 /kpackage/pkgInterface.h | |
parent | 58cb2c2c17b1e6dd48cbfbcb69ec2f50f1ced9ee (diff) | |
download | tdeadmin-189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e.tar.gz tdeadmin-189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e.zip |
Rename a number of classes to enhance compatibility with KDE4
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 |