summaryrefslogtreecommitdiffstats
path: root/kig/filters/kseg-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/filters/kseg-defs.h')
-rw-r--r--kig/filters/kseg-defs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kig/filters/kseg-defs.h b/kig/filters/kseg-defs.h
index 59dd3e4c..5319afaf 100644
--- a/kig/filters/kseg-defs.h
+++ b/kig/filters/kseg-defs.h
@@ -58,10 +58,10 @@ using namespace std;
inline int ROUND(double x) { return ((int)(x + 0.5)); }
inline int SIGN(double x) { return (x < 0) ? -1 : 1; }
-inline int INTRAND(int a, int b) { return QMIN(a, b) + rand() % abs(a - b); }
+inline int INTRAND(int a, int b) { return TQMIN(a, b) + rand() % abs(a - b); }
#define SQR(x) ((x) * (x))
#define CUBE(x) ((x) * (x) * (x))
-#define QUAD(x) (((x) * (x)) * ((x) * (x)))
+#define TQUAD(x) (((x) * (x)) * ((x) * (x)))
enum G_Type
{
@@ -254,9 +254,9 @@ enum MenuIDs
ID_CONSTRUCTION_MAKE_INITIAL,
ID_CONSTRUCTION_RECURSE,
- ID_PLAY_QUICKPLAY,
+ ID_PLAY_TQUICKPLAY,
- ID_QUICKPLAY_SET_DIRECTORY,
+ ID_TQUICKPLAY_SET_DIRECTORY,
ID_FILE_RECENTLIST_START //should be the last entry
};