summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmcommandmanager.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
commiteba47f8f0637f451e21348187591e1f1fd58ac74 (patch)
tree448f10b95c656604acc331a3236c1e59bde5c1ad /kpovmodeler/pmcommandmanager.h
parentc7e8736c69373f48b0401319757c742e8607431a (diff)
downloadtdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz
tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpovmodeler/pmcommandmanager.h')
-rw-r--r--kpovmodeler/pmcommandmanager.h12
1 files changed, 6 insertions, 6 deletions
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 <qptrstack.h>
-#include <qobject.h>
+#include <tqptrstack.h>
+#include <tqobject.h>
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.