summaryrefslogtreecommitdiffstats
path: root/konversation/src/highlight_preferences.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commitcecc781edbf5d505de14b8659f03b39f981cf283 (patch)
tree4830ff0d8a9e3bf779c88e73396544c3c5444521 /konversation/src/highlight_preferences.cpp
parent1b35f1baa94eb0b3869c0dadd5d467075370da3f (diff)
downloadkonversation-cecc781edbf5d505de14b8659f03b39f981cf283.tar.gz
konversation-cecc781edbf5d505de14b8659f03b39f981cf283.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konversation/src/highlight_preferences.cpp')
-rw-r--r--konversation/src/highlight_preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/highlight_preferences.cpp b/konversation/src/highlight_preferences.cpp
index e3efff5..b91a292 100644
--- a/konversation/src/highlight_preferences.cpp
+++ b/konversation/src/highlight_preferences.cpp
@@ -35,8 +35,8 @@
#include <kiconloader.h>
-Highlight_Config::Highlight_Config(TQWidget* tqparent, const char* name)
- : Highlight_ConfigUI(tqparent,name)
+Highlight_Config::Highlight_Config(TQWidget* parent, const char* name)
+ : Highlight_ConfigUI(parent,name)
{
// reset flag to defined state (used to block signals when just selecting a new item)
newItemSelected=false;