diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:09:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:09:19 -0600 |
commit | 696e36a06178f50483432b9a8e806c4a1c530921 (patch) | |
tree | b2c0b4ad792acad4cb75d39038f30687cac45129 /tdeui/tests | |
parent | 5466d52073af147d100482cbf633087bb9fb631b (diff) | |
download | tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.tar.gz tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/tests')
-rw-r--r-- | tdeui/tests/kaboutdialogtest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/tests/kaboutdialogtest.cpp b/tdeui/tests/kaboutdialogtest.cpp index e87c7ebf2..0555070a6 100644 --- a/tdeui/tests/kaboutdialogtest.cpp +++ b/tdeui/tests/kaboutdialogtest.cpp @@ -16,11 +16,11 @@ int main(int argc, char** argv) { - (void)new TDEApplication(argc, argv, "KAboutDialogTest"); + (void)new TDEApplication(argc, argv, "TDEAboutDialogTest"); TQImage logo; TQImage bg; TQPixmap pix; - KAboutDialog about; + TDEAboutDialog about; // ----- // kimgioRegister(); if(logo.load("RayTracedGear.png")) @@ -45,8 +45,8 @@ int main(int argc, char** argv) // ("Cl&ose", "Close this dialog.", // "<b>Close</b> the dialog<br>" // "<i>(there are no settings to save).</i>"); - about.setCaption("KAboutDialog example"); - about.setVersion("KAboutDialog, Draft Study"); + about.setCaption("TDEAboutDialog example"); + about.setVersion("TDEAboutDialog, Draft Study"); about.setHelp("kdehelp/intro.html", "intro"); // ----- set the application author: about.setAuthor |