summaryrefslogtreecommitdiffstats
path: root/kspread/dependencies.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dependencies.h')
-rw-r--r--kspread/dependencies.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/dependencies.h b/kspread/dependencies.h
index e6ea47bf..0bc0a9a5 100644
--- a/kspread/dependencies.h
+++ b/kspread/dependencies.h
@@ -20,7 +20,7 @@
#ifndef KSPREAD_DEPENDENCIES
#define KSPREAD_DEPENDENCIES
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
#include "kspread_util.h"
@@ -64,12 +64,12 @@ class DependencyManager {
void rangeListChanged (const RangeList &rangeList);
/** a named area was somehow modified */
- void areaModified (const QString &name);
+ void areaModified (const TQString &name);
/** get dependencies of a cell */
RangeList getDependencies (const Point &cell);
/** get cells depending on this cell, either through normal or range dependency */
- QValueList<Point> getDependants (const Point &cell);
+ TQValueList<Point> getDependants (const Point &cell);
protected:
/** local d-pointer */