diff options
Diffstat (limited to 'kivio/kiviopart/KIvioViewIface.h')
-rw-r--r-- | kivio/kiviopart/KIvioViewIface.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kivio/kiviopart/KIvioViewIface.h b/kivio/kiviopart/KIvioViewIface.h index 2bed9ca1..16682595 100644 --- a/kivio/kiviopart/KIvioViewIface.h +++ b/kivio/kiviopart/KIvioViewIface.h @@ -22,8 +22,8 @@ #include <KoViewIface.h> -#include <qstring.h> -#include <qcolor.h> +#include <tqstring.h> +#include <tqcolor.h> class KivioView; class KIvioViewIface : public KoViewIface @@ -69,8 +69,8 @@ k_dcop: virtual void unselectAllStencils(); virtual double lineWidth()const; - QColor foreGroundColor()const; - QColor backGroundColor()const; + TQColor foreGroundColor()const; + TQColor backGroundColor()const; private: KivioView *view; |