From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmcommandmanager.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kpovmodeler/pmcommandmanager.h') diff --git a/kpovmodeler/pmcommandmanager.h b/kpovmodeler/pmcommandmanager.h index 2ef2fbbc..5fc960d1 100644 --- a/kpovmodeler/pmcommandmanager.h +++ b/kpovmodeler/pmcommandmanager.h @@ -25,8 +25,8 @@ #endif #include "pmcommand.h" -#include -#include +#include +#include class PMPart; @@ -80,7 +80,7 @@ public: /** * Called by an executed command. Will emit idChanged( ) */ - void cmdIDChanged( PMObject* obj, const QString& oldID ); + void cmdIDChanged( PMObject* obj, const TQString& oldID ); /** * Returns a pointer to the part. For commands that need to access the * part directly. @@ -90,16 +90,16 @@ signals: /** * emmited, when the undo and redo command texts change */ - void updateUndoRedo( const QString& undo, const QString& redo ); + void updateUndoRedo( const TQString& undo, const TQString& redo ); /** * Signal that is emitted when an object is changed. * Mode is a bit combination of @ref PMChange constants. */ - void objectChanged( PMObject* obj, const int mode, QObject* sender ); + void objectChanged( PMObject* obj, const int mode, TQObject* sender ); /** * Signal that is emitted when the id of the object is changed */ - void idChanged( PMObject* obj, const QString& oldID ); + void idChanged( PMObject* obj, const TQString& oldID ); private: /** * The executed commands. -- cgit v1.2.3