summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoGuides.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoGuides.h')
-rw-r--r--lib/kofficeui/KoGuides.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficeui/KoGuides.h b/lib/kofficeui/KoGuides.h
index 7feb7164..e1ba50ff 100644
--- a/lib/kofficeui/KoGuides.h
+++ b/lib/kofficeui/KoGuides.h
@@ -275,14 +275,14 @@ private:
/// Strukt holding the data of a guide line
struct KoGuideLine
{
- KoGuideLine( Qt::Orientation o, double pos, bool a = false )
+ KoGuideLine( TQt::Orientation o, double pos, bool a = false )
: orientation( o )
, position( pos )
, selected( false )
, snapping( false )
, automatic( a )
{}
- Qt::Orientation orientation;
+ TQt::Orientation orientation;
double position;
bool selected; // if this guide is selected
bool snapping; // if this guide is being snapped to
@@ -300,7 +300,7 @@ private:
* @param pos where to insert the guide
* @param o orientation of the guide line
*/
- void add( Qt::Orientation o, TQPoint &pos );
+ void add( TQt::Orientation o, TQPoint &pos );
/**
* @brief Select a guide