diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:25:47 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:25:47 -0500 |
commit | ca4b0c6d6aef469eede468b405ea89e119da3626 (patch) | |
tree | 6d46d434f32ea33ce92a9416bea7417800fd9479 /kooka | |
parent | 09ef3fbfdda05bff0b0820d4fd6790ac888f789d (diff) | |
download | tdegraphics-ca4b0c6d6aef469eede468b405ea89e119da3626.tar.gz tdegraphics-ca4b0c6d6aef469eede468b405ea89e119da3626.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/kookapref.cpp | 4 | ||||
-rw-r--r-- | kooka/resource.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kooka/kookapref.cpp b/kooka/kookapref.cpp index 7444c4fe..6b88fb33 100644 --- a/kooka/kookapref.cpp +++ b/kooka/kookapref.cpp @@ -316,7 +316,7 @@ void KookaPreferences::setupStartupPage() /* Query for network scanner (Checkbox) */ cbNetQuery = new TQCheckBox( i18n("Query network for available scanners"), - page, "CB_NET_TQUERY" ); + page, "CB_NET_QUERY" ); TQToolTip::add( cbNetQuery, i18n( "Check this if you want a network query for available scanners.\nNote that this does not mean a query over the entire network but only the stations configured for SANE!" )); cbNetQuery->setChecked( ! (konf->readBoolEntry( STARTUP_ONLY_LOCAL, false )) ); @@ -356,7 +356,7 @@ void KookaPreferences::setupSaveFormatPage( ) /* Skip the format asking if a format entry exists */ cbSkipFormatAsk = new TQCheckBox( i18n("Always display image save assistant"), - page, "CB_IMGASSIST_TQUERY" ); + page, "CB_IMGASSIST_QUERY" ); cbSkipFormatAsk->setChecked( konf->readBoolEntry( OP_FILE_ASK_FORMAT, true )); TQToolTip::add( cbSkipFormatAsk, i18n("Check this if you want to see the image save assistant even if there is a default format for the image type." )); top->addWidget( cbSkipFormatAsk ); diff --git a/kooka/resource.h b/kooka/resource.h index 687a7ddc..524ca87d 100644 --- a/kooka/resource.h +++ b/kooka/resource.h @@ -52,7 +52,7 @@ #define ID_FILE_PRINT 10080 -#define ID_FILE_TQUIT 10100 +#define ID_FILE_QUIT 10100 /////////////////////////////////////////////////////////////////// |