diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 00:25:47 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-03 19:30:05 +0200 |
commit | e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa (patch) | |
tree | 33332ec7fb974491bc57aa4ed326407792a44f61 /kooka | |
parent | b93ebd692de461b59ce2db6181b08d736d37a423 (diff) | |
download | tdegraphics-e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa.tar.gz tdegraphics-e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit ca4b0c6d6aef469eede468b405ea89e119da3626)
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 /////////////////////////////////////////////////////////////////// |