diff options
| author | 2007-03-02 12:20:59 +0000 | |
|---|---|---|
| committer | 2007-03-02 12:20:59 +0000 | |
| commit | a42758883fa2e3c2a894ff2587f1140f443868ac (patch) | |
| tree | 59dced25bca73ee01bdb9818181531d5183c0e7d /src/modules/options/optw_sound.cpp | |
| parent | *AUTOMATICALLY* updated KVI_SOURCES_DATE variable (diff) | |
| download | KVIrc-a42758883fa2e3c2a894ff2587f1140f443868ac.tar.gz KVIrc-a42758883fa2e3c2a894ff2587f1140f443868ac.tar.bz2 KVIrc-a42758883fa2e3c2a894ff2587f1140f443868ac.zip | |
more qt4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@397 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_sound.cpp')
| -rw-r--r-- | src/modules/options/optw_sound.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/options/optw_sound.cpp b/src/modules/options/optw_sound.cpp index 1a6425707..69f1f4a4a 100644 --- a/src/modules/options/optw_sound.cpp +++ b/src/modules/options/optw_sound.cpp @@ -36,7 +36,7 @@ #include "kvi_tal_hbox.h" #ifdef COMPILE_INFO_TIPS - #include <qtooltip.h> + #include "kvi_tal_tooltip.h" #endif // FIXME: This module doesn't Cancel properly when auto-detection is performed! @@ -63,7 +63,7 @@ KviSoundGeneralOptionsWidget::KviSoundGeneralOptionsWidget(QWidget * parent) #endif KviTalGroupBox * g = addGroupBox(0,0,0,0,1,Qt::Horizontal,__tr2qs_ctx("Sound System","options"),true); - QToolTip::add(g,__tr2qs_ctx("This allows you to select the sound system to be used with KVIrc.","options")); + KviTalToolTip::add(g,__tr2qs_ctx("This allows you to select the sound system to be used with KVIrc.","options")); KviTalHBox * h = new KviTalHBox(g); @@ -78,7 +78,7 @@ KviSoundGeneralOptionsWidget::KviSoundGeneralOptionsWidget(QWidget * parent) g = addGroupBox(0,1,0,1,1,Qt::Horizontal,__tr2qs_ctx("Media Player","options"),true); - QToolTip::add(g,__tr2qs_ctx("This allows you to select the preferred media player to be used with " \ + KviTalToolTip::add(g,__tr2qs_ctx("This allows you to select the preferred media player to be used with " \ "the mediaplayer.* module commands and functions.","options")); h = new KviTalHBox(g); @@ -101,7 +101,7 @@ KviSoundGeneralOptionsWidget::KviSoundGeneralOptionsWidget(QWidget * parent) g = addGroupBox(0,2,0,2,1,Qt::Horizontal,__tr2qs_ctx("ID3 tags' encoding","options"),true); - QToolTip::add(g,__tr2qs_ctx("This allows you to select encoding of mp3 tags.","options")); + KviTalToolTip::add(g,__tr2qs_ctx("This allows you to select encoding of mp3 tags.","options")); h = new KviTalHBox(g); @@ -124,7 +124,7 @@ KviSoundGeneralOptionsWidget::KviSoundGeneralOptionsWidget(QWidget * parent) #ifdef COMPILE_ON_WINDOWS g = addGroupBox(0,3,0,3,1,Qt::Horizontal,__tr2qs_ctx("Winamp messages ecoding","options"),true); - QToolTip::add(g,__tr2qs_ctx("This allows you to select encoding of winamp messages.","options")); + KviTalToolTip::add(g,__tr2qs_ctx("This allows you to select encoding of winamp messages.","options")); h = new KviTalHBox(g); |
