summaryrefslogtreecommitdiffstats
path: root/korn/dockeditem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/dockeditem.cpp')
-rw-r--r--korn/dockeditem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/dockeditem.cpp b/korn/dockeditem.cpp
index 9849155f..dc55b3c0 100644
--- a/korn/dockeditem.cpp
+++ b/korn/dockeditem.cpp
@@ -37,7 +37,7 @@
#include <tqmovie.h>
DockedItem::DockedItem( TQWidget * tqparent, const char * name )
- : BoxContainerItem( tqparent, name ),
+ : BoxContainerItem( TQT_TQOBJECT(tqparent), name ),
_systemtray( new SystemTray( tqparent, "System tray" ) )
{
this->fillKPopupMenu( _systemtray->contextMenu(), _systemtray->actionCollection() );
@@ -81,7 +81,7 @@ void DockedItem::slotShowPassivePopup( TQPtrList< KornMailSubject >* list, int t
void DockedItem::slotShowPassivePopup( const TQString& message, const TQString& name )
{
- KPassivePopup::message( i18n( "Korn - %1/%2" ).arg( objId() ).arg( name ), message, _systemtray, "Passive error message" );
+ KPassivePopup::message( i18n( "Korn - %1/%2" ).tqarg( TQString(objId()) ).tqarg( name ), message, _systemtray, "Passive error message" );
}
void DockedItem::doPopup()