summaryrefslogtreecommitdiffstats
path: root/kpacman/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpacman/status.cpp')
-rw-r--r--kpacman/status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpacman/status.cpp b/kpacman/status.cpp
index 65fb7f0..b89e49d 100644
--- a/kpacman/status.cpp
+++ b/kpacman/status.cpp
@@ -136,7 +136,7 @@ TQString Status::decodeHexOctString(TQString s)
return s;
}
-void Status::fillArray(TQArray<int> &array, TQString values, int max)
+void Status::fillArray(TQMemArray<int> &array, TQString values, int max)
{
array.resize(max);
int last = 0;