diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:19 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:19 -0600 |
| commit | 309f69628bc95098c4e5bfe0516b1941810c31b8 (patch) | |
| tree | cc93f3c8f246d9003c991b6d7abdca5b95552a34 /systemsettings/main.cpp | |
| parent | db098d691587150843f58a9eac31d752c2b40fb9 (diff) | |
| download | tde-systemsettings-309f69628bc95098c4e5bfe0516b1941810c31b8.tar.gz tde-systemsettings-309f69628bc95098c4e5bfe0516b1941810c31b8.zip | |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'systemsettings/main.cpp')
| -rw-r--r-- | systemsettings/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index 77b18df..41576f2 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -38,9 +38,9 @@ int main( int argc, char *argv[] ) { KLocale::setMainCatalogue("systemsettings"); // About data - KAboutData aboutData("systemsettings", I18N_NOOP("System Settings"), + TDEAboutData aboutData("systemsettings", I18N_NOOP("System Settings"), SYSTEM_SETTINGS_VERSION, I18N_NOOP("System Settings"), - KAboutData::License_LGPL, "(c) 2005, Benjamin C. Meyer", 0, 0); + TDEAboutData::License_LGPL, "(c) 2005, Benjamin C. Meyer", 0, 0); aboutData.addAuthor("Benjamin C. Meyer", I18N_NOOP("Author & Maintainer"), "ben+systempreferences@meyerhome.net"); TDECmdLineArgs::init(argc, argv, &aboutData); |
