diff options
Diffstat (limited to 'akregator/src/actionmanager.cpp')
-rw-r--r-- | akregator/src/actionmanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/actionmanager.cpp b/akregator/src/actionmanager.cpp index 225f85d7f..5598457aa 100644 --- a/akregator/src/actionmanager.cpp +++ b/akregator/src/actionmanager.cpp @@ -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. */ #include "actionmanager.h" @@ -43,7 +43,7 @@ void ActionManager::setInstance(ActionManager* manager) } -ActionManager::ActionManager(TQObject* parent, const char* name) : TQObject(parent, name), d(new ActionManagerPrivate) +ActionManager::ActionManager(TQObject* tqparent, const char* name) : TQObject(tqparent, name), d(new ActionManagerPrivate) {} ActionManager::~ActionManager() |