summaryrefslogtreecommitdiffstats
path: root/parts/snippet/snippet_part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:23:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:23:50 -0600
commit3a044decb0a5d7be822c888b2d5374573d7df96e (patch)
treeddf4681e0233c25203fc927596aa7b3bdb5f2efa /parts/snippet/snippet_part.h
parent5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b (diff)
downloadtdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.tar.gz
tdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'parts/snippet/snippet_part.h')
-rw-r--r--parts/snippet/snippet_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/snippet/snippet_part.h b/parts/snippet/snippet_part.h
index f9266e75..8ffd8fce 100644
--- a/parts/snippet/snippet_part.h
+++ b/parts/snippet/snippet_part.h
@@ -16,7 +16,7 @@
class SnippetWidget;
-class KAboutData;
+class TDEAboutData;
class KDialogBase;
/*
@@ -33,7 +33,7 @@ public:
SnippetPart(TQObject *parent, const char *name, const TQStringList &);
~SnippetPart();
- KAboutData * aboutData();
+ TDEAboutData * aboutData();
TQStringList getAllLanguages();
TQStringList getProjectLanguages();