summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/treemap.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:52 +0000
commit6082256ac592910b0fb2229a095eaa4d85254df2 (patch)
treea30fe22105b4413c310683d4fb21caff5f8caf6c /kcachegrind/kcachegrind/treemap.h
parent4ae0c208b66e0f7954e194384464fe2d0a2c56dd (diff)
downloadtdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.tar.gz
tdesdk-6082256ac592910b0fb2229a095eaa4d85254df2.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcachegrind/kcachegrind/treemap.h')
-rw-r--r--kcachegrind/kcachegrind/treemap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcachegrind/kcachegrind/treemap.h b/kcachegrind/kcachegrind/treemap.h
index 5508d8fd..289610bb 100644
--- a/kcachegrind/kcachegrind/treemap.h
+++ b/kcachegrind/kcachegrind/treemap.h
@@ -39,12 +39,12 @@
#include <tqapplication.h>
#include <tqstringlist.h>
-class QPopupMenu;
+class TQPopupMenu;
class TreeMapTip;
class TreeMapWidget;
class TreeMapItem;
class TreeMapItemList;
-class QString;
+class TQString;
class KConfigGroup;