summaryrefslogtreecommitdiffstats
path: root/src/gui/general/EditViewBase.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:43 -0600
commitfb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca (patch)
tree5785d2ccbdfbe2f44d02fec75b4a51f5079a4b62 /src/gui/general/EditViewBase.h
parentacf699af8244896500e654cccdc8aae7e5b545db (diff)
downloadrosegarden-fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca.tar.gz
rosegarden-fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/gui/general/EditViewBase.h')
-rw-r--r--src/gui/general/EditViewBase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/general/EditViewBase.h b/src/gui/general/EditViewBase.h
index a5da4ad..75bd995 100644
--- a/src/gui/general/EditViewBase.h
+++ b/src/gui/general/EditViewBase.h
@@ -39,7 +39,7 @@ class TQGridLayout;
class TQFrame;
class TQCloseEvent;
class TQAccel;
-class KToggleAction;
+class TDEToggleAction;
class TDEConfig;
class KCommand;
namespace Rosegarden { class EditViewTimeSigNotifier; }
@@ -335,11 +335,11 @@ protected:
bool getSegmentsOnlyRestsAndClefs();
/// Convenience function around actionCollection()->action()
- KToggleAction* getToggleAction(const TQString& actionName);
+ TDEToggleAction* getToggleAction(const TQString& actionName);
/**
* Make a widget visible depending on the state of a
- * KToggleAction
+ * TDEToggleAction
*/
virtual void toggleWidget(TQWidget* widget, const TQString& toggleActionName);