Polkit-tqt is a library that lets developers use the PolicyKit API through a nice TQt-styled API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Michele Calgaro b2e6bdba6c
Use centralized cmake version
1 month ago
agent Replace Q_OBJECT with TQ_OBJECT 9 months ago
core Replace Q_OBJECT with TQ_OBJECT 9 months ago
examples Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
gui Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
includes/PolkitTQt Conversion of 'agent' library module. 2 years ago
tests Removed empty line at the end of files. 2 years ago
AUTHORS More Qt->TQt conversion and some clean up. 3 years ago
CMakeLists.txt Use centralized cmake version 1 month ago
COPYING Removed empty line at the end of files. 2 years ago
ConfigureChecks.cmake Removed empty line at the end of files. 2 years ago
INSTALL Updated documentation and clean up. 2 years ago
Mainpage.dox Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
README Updated documentation and clean up. 2 years ago
polkit-tqt-agent.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt-core.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt-export.h Removed empty line at the end of files. 2 years ago
polkit-tqt-gui.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago

README

Polkit-tqt
==========

What is Polkit-tqt?
------------------
Polkit-tqt is a library that lets developers use the PolicyKit API through a nice
TQt-styled API. It is mainly a wrapper around TQAction and TQButton that
lets you integrate those two component easily with PolicyKit.

See INSTALL for installation instructions.