From 696e36a06178f50483432b9a8e806c4a1c530921 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:09:19 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- tdeui/tests/kaboutdialogtest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeui/tests') 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.", // "Close the dialog
" // "(there are no settings to save)."); - 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 -- cgit v1.2.1