diff options
Diffstat (limited to 'kdeui/tests/kcolordlgtest.cpp')
-rw-r--r-- | kdeui/tests/kcolordlgtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/tests/kcolordlgtest.cpp b/kdeui/tests/kcolordlgtest.cpp index b5ba68393..a7e64928d 100644 --- a/kdeui/tests/kcolordlgtest.cpp +++ b/kdeui/tests/kcolordlgtest.cpp @@ -24,10 +24,10 @@ int main( int argc, char *argv[] ) { - QColor color; + TQColor color; KLocale::setMainCatalogue("kdelibs"); - QApplication::setColorMode( QApplication::CustomColors ); + TQApplication::setColorMode( TQApplication::CustomColors ); KApplication a( argc, argv, "KColorDialogTest" ); KConfig aConfig; aConfig.setGroup( "KColorDialog-test" ); |