summaryrefslogtreecommitdiffstats
path: root/kmix/viewapplet.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-21 20:31:14 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-21 20:31:14 -0500
commit2b75e2ead19b519a6065e80d3249c9e92f035d44 (patch)
treef8635e823156b01047776b727b6f308e01087caa /kmix/viewapplet.h
parent7eb7626c8a6d819c040cd9aba0b0bca3b484fde7 (diff)
downloadtdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.tar.gz
tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.zip
Fix inadvertent "Qt::" remnants.
Diffstat (limited to 'kmix/viewapplet.h')
-rw-r--r--kmix/viewapplet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/viewapplet.h b/kmix/viewapplet.h
index f1e3d032..a5e32611 100644
--- a/kmix/viewapplet.h
+++ b/kmix/viewapplet.h
@@ -40,7 +40,7 @@ private:
TQBoxLayout* _layoutMDW;
// Position of the applet (pLeft, pRight, pTop, pBottom)
//KPanelApplet::Position _KMIXposition;
- // Qt::Orientation of the applet (horizontal or vertical)
+ // Orientation of the applet (horizontal or vertical)
Qt::Orientation _viewOrientation;
};