diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:24:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:24:21 -0600 |
commit | 8ba97103df12b002f6b2cf1d24a4b389a6379f61 (patch) | |
tree | 583bb7f0c8a54d0d497abec2f95a692cda8c7b30 /kimagemapeditor/kimagemapeditor.h | |
parent | 0111fdc2a40580d418d365006c52845c320558b0 (diff) | |
download | tdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.tar.gz tdewebdev-8ba97103df12b002f6b2cf1d24a4b389a6379f61.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kimagemapeditor/kimagemapeditor.h')
-rw-r--r-- | kimagemapeditor/kimagemapeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimagemapeditor/kimagemapeditor.h b/kimagemapeditor/kimagemapeditor.h index d5462645..9497ee84 100644 --- a/kimagemapeditor/kimagemapeditor.h +++ b/kimagemapeditor/kimagemapeditor.h @@ -138,7 +138,7 @@ public : TQObject *parent, const char *name, const TQStringList & args = TQStringList()); virtual ~KImageMapEditor(); - static KAboutData *createAboutData(); + static TDEAboutData *createAboutData(); static KConfig *config(); /** |