diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:32:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 17:42:47 +0900 |
| commit | b195cf38b5aab00d925b2be771650066d2cbb90c (patch) | |
| tree | 0f326d307fc4ae9f9c9d710321313f2df57d2872 /kopete/protocols/groupwise/ui/gwcontactproperties.cpp | |
| parent | 4edd87ce22471182533a7adf734701a30f6f21a6 (diff) | |
| download | tdenetwork-b195cf38.tar.gz tdenetwork-b195cf38.zip | |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 335c366622612e7641001c7b4de62024152f0ff1)
Diffstat (limited to 'kopete/protocols/groupwise/ui/gwcontactproperties.cpp')
| -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 ); |
