From 11f31c37e5fa4889d9989f10272f44845449cb7b Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 6 Sep 2010 20:59:29 +0000 Subject: Initial TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1172292 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/general/ClefIndex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/general/ClefIndex.h') diff --git a/src/gui/general/ClefIndex.h b/src/gui/general/ClefIndex.h index 74e3fc8..118307c 100644 --- a/src/gui/general/ClefIndex.h +++ b/src/gui/general/ClefIndex.h @@ -24,7 +24,7 @@ #define _CLEF_INDEX_H_ #include "base/NotationTypes.h" -#include +#include // used variously by TPB, SPB, PresetHandler to correlate combo box indices to // clef types @@ -52,7 +52,7 @@ namespace Rosegarden const Clef clefIndexToClef(int index); -const int clefNameToClefIndex(QString s); +const int clefNameToClefIndex(TQString s); } -- cgit v1.2.1