summaryrefslogtreecommitdiffstats
path: root/parts/snippet
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
parent5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b (diff)
downloadtdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.tar.gz
tdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'parts/snippet')
-rw-r--r--parts/snippet/snippet_part.cpp6
-rw-r--r--parts/snippet/snippet_part.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/parts/snippet/snippet_part.cpp b/parts/snippet/snippet_part.cpp
index 04993028..cd7da532 100644
--- a/parts/snippet/snippet_part.cpp
+++ b/parts/snippet/snippet_part.cpp
@@ -79,11 +79,11 @@ void SnippetPart::setupActions()
/*!
\fn SnippetPart::aboutData()
*/
-KAboutData* SnippetPart::aboutData()
+TDEAboutData* SnippetPart::aboutData()
{
- KAboutData *data = new KAboutData ("snippetpart", I18N_NOOP("SnippetPart"), "1.1",
+ TDEAboutData *data = new TDEAboutData ("snippetpart", I18N_NOOP("SnippetPart"), "1.1",
I18N_NOOP( "SnippetPart for TDevelop" ),
- KAboutData::License_LGPL_V2,
+ TDEAboutData::License_LGPL_V2,
I18N_NOOP( "(c) 2003" ), 0, "http://www.kdevelop.org");
data->addAuthor ("Robert Gruber", I18N_NOOP("Author"), "rgruber@users.sourceforge.net", "http://kmp3indexer.sf.net");
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();