summaryrefslogtreecommitdiffstats
path: root/src/outputdirectory.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:05:53 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:05:53 -0600
commit4955fd5009a6f4b615fec006c960c0ed99e3d9a7 (patch)
tree5721cb5c85684019e0649729dca1b90e93934efb /src/outputdirectory.cpp
parent5b1e3197e7c9ef6e24eaf7863a7ddea5996e581b (diff)
downloadsoundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.tar.gz
soundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/outputdirectory.cpp')
-rwxr-xr-xsrc/outputdirectory.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/outputdirectory.cpp b/src/outputdirectory.cpp
index 6a1dda0..0a9270f 100755
--- a/src/outputdirectory.cpp
+++ b/src/outputdirectory.cpp
@@ -53,13 +53,13 @@ OutputDirectory::OutputDirectory( Config* _config, TQWidget* parent, const char*
this, TQT_SLOT(modeChangedSlot(int))
);
modeJustChanged = false;
- /*pModeInfo = new KToolBarButton( "messagebox_info", 1010, this, "pModeInfo" );
+ /*pModeInfo = new TDEToolBarButton( "messagebox_info", 1010, this, "pModeInfo" );
TQToolTip::add( pModeInfo, i18n("Information about the output mode") );
box->addWidget( pModeInfo );
connect( pModeInfo, TQT_SIGNAL(clicked()),
this, TQT_SLOT(modeInfo())
);*/
- pClear = new KToolBarButton( "locationbar_erase", 1001, this, "pClear" );
+ pClear = new TDEToolBarButton( "locationbar_erase", 1001, this, "pClear" );
TQToolTip::add( pClear, i18n("Clear the directory input field") );
box->addWidget( pClear );
lDir = new KLineEdit( this, "lDir" );
@@ -73,19 +73,19 @@ OutputDirectory::OutputDirectory( Config* _config, TQWidget* parent, const char*
connect( pClear, TQT_SIGNAL(clicked()),
lDir, TQT_SLOT(clear())
);
- /*pDirInfo = new KToolBarButton( "messagebox_info", 1011, this, "pDirInfo" );
+ /*pDirInfo = new TDEToolBarButton( "messagebox_info", 1011, this, "pDirInfo" );
TQToolTip::add( pDirInfo, i18n("Information about the wildcards") );
box->addWidget( pDirInfo );
connect( pDirInfo, TQT_SIGNAL(clicked()),
this, TQT_SLOT(dirInfo())
);*/
- pDirSelect = new KToolBarButton( "folder", 1012, this, "pDirSelect" );
+ pDirSelect = new TDEToolBarButton( "folder", 1012, this, "pDirSelect" );
TQToolTip::add( pDirSelect, i18n("Choose an output directory") );
box->addWidget( pDirSelect );
connect( pDirSelect, TQT_SIGNAL(clicked()),
this, TQT_SLOT(selectDir())
);
- pDirGoto = new KToolBarButton( "konqueror", 1013, this, "pDirGoto" );
+ pDirGoto = new TDEToolBarButton( "konqueror", 1013, this, "pDirGoto" );
TQToolTip::add( pDirGoto, i18n("Open Konqueror with the output directory") );
box->addWidget( pDirGoto );
connect( pDirGoto, TQT_SIGNAL(clicked()),