summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kgraph_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kgraph_impl.h')
-rw-r--r--arts/gui/kde/kgraph_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arts/gui/kde/kgraph_impl.h b/arts/gui/kde/kgraph_impl.h
index e100b095..408ad961 100644
--- a/arts/gui/kde/kgraph_impl.h
+++ b/arts/gui/kde/kgraph_impl.h
@@ -25,8 +25,8 @@
#include "kwidget_impl.h"
#include "kgraph.h"
-#include <qobject.h>
-#include <qstring.h>
+#include <tqobject.h>
+#include <tqstring.h>
namespace Arts {
@@ -37,7 +37,7 @@ class KGraph_impl : virtual public Arts::Graph_skel,
public Arts::KWidget_impl
{
protected:
- QString _caption;
+ TQString _caption;
float _minx, _miny, _maxx, _maxy;
KGraph * _kgraph;