summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/core/kprocesswrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/core/kprocesswrapper.cpp')
-rw-r--r--kmyfirewall/core/kprocesswrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/core/kprocesswrapper.cpp b/kmyfirewall/core/kprocesswrapper.cpp
index fc9fddc..6514a03 100644
--- a/kmyfirewall/core/kprocesswrapper.cpp
+++ b/kmyfirewall/core/kprocesswrapper.cpp
@@ -36,7 +36,7 @@ namespace KMF {
TDEProcessWrapper* TDEProcessWrapper::m_instance = 0;
TDEProcessWrapper* TDEProcessWrapper::instance() {
if ( ! m_instance ) {
- m_instance = new TDEProcessWrapper( TQT_TQOBJECT(TDEApplication::kApplication()->mainWidget()) , "TDEProcessWrapper" );
+ m_instance = new TDEProcessWrapper( TDEApplication::kApplication()->mainWidget() , "TDEProcessWrapper" );
}
return m_instance;
}