diff options
author | Michele Calgaro <[email protected]> | 2023-11-26 02:32:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-26 02:32:58 +0900 |
commit | 335c366622612e7641001c7b4de62024152f0ff1 (patch) | |
tree | 3d4475eaa17dd464d3b492c4f1d5f86f40176c9a /kopete/protocols/groupwise/ui | |
parent | c872aae88b96bf8978e123b9074d5e389d245140 (diff) | |
download | tdenetwork-335c366622612e7641001c7b4de62024152f0ff1.tar.gz tdenetwork-335c366622612e7641001c7b4de62024152f0ff1.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/protocols/groupwise/ui')
-rw-r--r-- | kopete/protocols/groupwise/ui/gwcontactproperties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/ui/gwcontactproperties.cpp b/kopete/protocols/groupwise/ui/gwcontactproperties.cpp index 48b69e2d..4d13b5b9 100644 --- a/kopete/protocols/groupwise/ui/gwcontactproperties.cpp +++ b/kopete/protocols/groupwise/ui/gwcontactproperties.cpp @@ -78,7 +78,7 @@ GroupWiseContactProperties::~GroupWiseContactProperties() void GroupWiseContactProperties::init() { - m_dialog = new KDialogBase( ::tqqt_cast<TQWidget*>( parent() ), "gwcontactpropsdialog", false, i18n( "Contact Properties" ), KDialogBase::Ok ); + m_dialog = new KDialogBase( ::tqt_cast<TQWidget*>( parent() ), "gwcontactpropsdialog", false, i18n( "Contact Properties" ), KDialogBase::Ok ); m_propsWidget = new GroupWiseContactPropsWidget( m_dialog ); // set up the context menu and copy action m_copyAction = KStdAction::copy( this, TQT_SLOT( slotCopy() ), 0 ); |