diff options
Diffstat (limited to 'akregator/src/actionmanager.h')
-rw-r--r-- | akregator/src/actionmanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/actionmanager.h b/akregator/src/actionmanager.h index 17dae1fab..bcdba56bc 100644 --- a/akregator/src/actionmanager.h +++ b/akregator/src/actionmanager.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef AKREGATOR_ACTIONMANAGER_H @@ -36,14 +36,14 @@ namespace Akregator { /** interface for accessing actions, popup menus etc. from widgets. (Extracted from the implementation to avoid dependencies between widgets and Akregator::Part). */ -class ActionManager : public QObject +class ActionManager : public TQObject { public: static ActionManager* getInstance(); static void setInstance(ActionManager* manager); - ActionManager(TQObject* parent=0, const char* name=0); + ActionManager(TQObject* tqparent=0, const char* name=0); virtual ~ActionManager(); virtual KAction* action(const char* name, const char* classname=0) = 0; |