diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 18:10:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 18:10:36 +0000 |
commit | 60cba8acf96454af45641d6190a3f2ac9f9ff9b0 (patch) | |
tree | 6172da9bedaf6b1dbe76f730d09eb25ac921855d /src | |
parent | 5c472ea5287bf145c2327ec99151472e16ccc4b1 (diff) | |
download | ktechlab-60cba8acf96454af45641d6190a3f2ac9f9ff9b0.tar.gz ktechlab-60cba8acf96454af45641d6190a3f2ac9f9ff9b0.zip |
Fix instances of Orientation in quotes which were accidentally renamed to Qt::Orientation during TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r-- | src/circuitdocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/circuitdocument.cpp b/src/circuitdocument.cpp index c8e2d9c..dfdf4cb 100644 --- a/src/circuitdocument.cpp +++ b/src/circuitdocument.cpp @@ -36,7 +36,7 @@ CircuitDocument::CircuitDocument( const TQString & caption, KTechlab *ktechlab, const char *name ) : ICNDocument( caption, ktechlab, name ) { - m_pOrientationAction = new KActionMenu( i18n("Qt::Orientation"), "rotate", this ); + m_pOrientationAction = new KActionMenu( i18n("Orientation"), "rotate", this ); m_type = Document::dt_circuit; m_pDocumentIface = new CircuitDocumentIface(this); |