diff options
Diffstat (limited to 'kivio/kiviopart/KIvioPageIface.h')
-rw-r--r-- | kivio/kiviopart/KIvioPageIface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/kiviopart/KIvioPageIface.h b/kivio/kiviopart/KIvioPageIface.h index ede35953..63ffbb21 100644 --- a/kivio/kiviopart/KIvioPageIface.h +++ b/kivio/kiviopart/KIvioPageIface.h @@ -22,7 +22,7 @@ #include <dcopobject.h> #include <dcopref.h> -#include <qstring.h> +#include <tqstring.h> class KivioPage; @@ -40,7 +40,7 @@ k_dcop: void deleteSelectedStencils(); void groupSelectedStencils(); void ungroupSelectedStencils(); - QString pageName()const; + TQString pageName()const; void copy(); void cut(); void paste(); |