summaryrefslogtreecommitdiffstats
path: root/kresources/egroupware/knotes_resourcexmlrpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/egroupware/knotes_resourcexmlrpc.cpp')
-rw-r--r--kresources/egroupware/knotes_resourcexmlrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/egroupware/knotes_resourcexmlrpc.cpp b/kresources/egroupware/knotes_resourcexmlrpc.cpp
index 6446a833..ada19144 100644
--- a/kresources/egroupware/knotes_resourcexmlrpc.cpp
+++ b/kresources/egroupware/knotes_resourcexmlrpc.cpp
@@ -132,7 +132,7 @@ bool ResourceXMLRPC::load()
args.clear();
args.insert( "filter", "none" );
args.insert( "col_filter", columns );
- args.insert( "order", "id_parent" );
+ args.insert( "order", "id_tqparent" );
mServer->call( SearchNotesCommand, args,
this, TQT_SLOT( listNotesFinished( const TQValueList<TQVariant>&, const TQVariant& ) ),