summaryrefslogtreecommitdiffstats
path: root/konq-plugins/tdehtmlsettingsplugin
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 10:09:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-12 10:09:31 +0900
commitf07dd2b54f701253bd03c34e4d8896ab912ea5cf (patch)
tree169e1af71482b365d2b2c45717b43343ca858951 /konq-plugins/tdehtmlsettingsplugin
parent900386ad4615a3dbbc04501ef24c5a43385c6078 (diff)
downloadtdeaddons-f07dd2b54f701253bd03c34e4d8896ab912ea5cf.tar.gz
tdeaddons-f07dd2b54f701253bd03c34e4d8896ab912ea5cf.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konq-plugins/tdehtmlsettingsplugin')
-rw-r--r--konq-plugins/tdehtmlsettingsplugin/settingsplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/tdehtmlsettingsplugin/settingsplugin.cpp b/konq-plugins/tdehtmlsettingsplugin/settingsplugin.cpp
index b9f56a0..b83e759 100644
--- a/konq-plugins/tdehtmlsettingsplugin/settingsplugin.cpp
+++ b/konq-plugins/tdehtmlsettingsplugin/settingsplugin.cpp
@@ -229,7 +229,7 @@ bool SettingsPlugin::cookiesEnabled( const TQString& url )
bool enabled = false;
- if ( replyType == TQSTRING_OBJECT_NAME_STRING )
+ if ( replyType == "TQString" )
{
TQString advice;
TQDataStream s( reply, IO_ReadOnly );