summaryrefslogtreecommitdiffstats
path: root/konversation/src/warnings_preferences.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:44:48 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:44:48 +0000
commitd2aa614e147d5a01987d51c53de181cd95242f4f (patch)
tree1b4193e5159fa46ddab571a44e531691d1332628 /konversation/src/warnings_preferences.cpp
parent9154a0f8aec085fd6fd1a4228d239c897223064c (diff)
downloadkonversation-d2aa614e147d5a01987d51c53de181cd95242f4f.tar.gz
konversation-d2aa614e147d5a01987d51c53de181cd95242f4f.zip
TQt4 port Konversation
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1238519 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konversation/src/warnings_preferences.cpp')
-rw-r--r--konversation/src/warnings_preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/warnings_preferences.cpp b/konversation/src/warnings_preferences.cpp
index e8d62b7..9fcbb85 100644
--- a/konversation/src/warnings_preferences.cpp
+++ b/konversation/src/warnings_preferences.cpp
@@ -24,8 +24,8 @@
#include <klistview.h>
-Warnings_Config::Warnings_Config( TQWidget* parent, const char* name, WFlags fl )
- : Warnings_ConfigUI( parent, name, fl )
+Warnings_Config::Warnings_Config( TQWidget* tqparent, const char* name, WFlags fl )
+ : Warnings_ConfigUI( tqparent, name, fl )
{
dialogListView->setSorting(1);
loadSettings();