diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:52:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:52:07 -0600 |
commit | 55be36b28138cbaa6fcedaeaa9639b3d8ab4d1a2 (patch) | |
tree | 8d298984c3e3886604f8c8eb01fd1618fa972953 /configdialog | |
parent | 8e4a39ccc19b89d8e4843da0a3be83f94e7f27dc (diff) | |
download | kbfx-55be36b28138cbaa6fcedaeaa9639b3d8ab4d1a2.tar.gz kbfx-55be36b28138cbaa6fcedaeaa9639b3d8ab4d1a2.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'configdialog')
-rw-r--r-- | configdialog/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configdialog/main.cpp b/configdialog/main.cpp index 22ef3f0..8a4f2bd 100644 --- a/configdialog/main.cpp +++ b/configdialog/main.cpp @@ -131,11 +131,11 @@ class KbfxConfigApplication : public KUniqueApplication int main ( int argc, char **argv ) { - KAboutData about ( "kbfxconfigapp", + TDEAboutData about ( "kbfxconfigapp", I18N_NOOP ( "kbfxconfigapp" ), version, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 2006 PhobosK", 0, 0, |