From 4955fd5009a6f4b615fec006c960c0ed99e3d9a7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:05:53 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/optionsdetailed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/optionsdetailed.cpp') diff --git a/src/optionsdetailed.cpp b/src/optionsdetailed.cpp index efb5af9..d26747a 100755 --- a/src/optionsdetailed.cpp +++ b/src/optionsdetailed.cpp @@ -188,7 +188,7 @@ OptionsDetailed::OptionsDetailed( Config* _config, TQWidget *parent, const char ); normalBottomBox->addSpacing( 18 ); - pProfileSave = new KToolBarButton( "filesave", 1003, normalOptions, "pProfileSave" ); + pProfileSave = new TDEToolBarButton( "filesave", 1003, normalOptions, "pProfileSave" ); TQToolTip::add( pProfileSave, i18n("Save current options as a profile") ); normalBottomBox->addWidget( pProfileSave, 0, TQt::AlignVCenter ); connect( pProfileSave, TQT_SIGNAL(clicked()), -- cgit v1.2.1